From d5585745f1cb07aa0e174326ed22fa2575983a38 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 12 Apr 2010 23:47:52 +0300 Subject: [PATCH] Need to include Makefile.decl in the new Makefile.am files Otherwise make check breaks. --- build/Makefile.am | 2 ++ build/win32/Makefile.am | 2 ++ build/win32/vs9/Makefile.am | 2 ++ 3 files changed, 6 insertions(+) diff --git a/build/Makefile.am b/build/Makefile.am index 18adc923a8..b6b8e094c0 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -1,2 +1,4 @@ +include $(top_srcdir)/Makefile.decl + SUBDIRS = \ win32 diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am index 1b0e25918f..14e08c059e 100644 --- a/build/win32/Makefile.am +++ b/build/win32/Makefile.am @@ -1,2 +1,4 @@ +include $(top_srcdir)/Makefile.decl + SUBDIRS = \ vs9 diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am index 7973547ff7..2a42a88edf 100644 --- a/build/win32/vs9/Makefile.am +++ b/build/win32/vs9/Makefile.am @@ -1,3 +1,5 @@ +include $(top_srcdir)/Makefile.decl + EXTRA_DIST = \ README.txt \ gtk+.sln \ -- 2.30.2